home *** CD-ROM | disk | FTP | other *** search
/ Internet 53 / INTERNET53.iso / mac / SOFTWARE / MAC / BROWSING / SHERLOCK / COMPLETE.SIT.HQX / The Complete Sherlock Archive / Computer / ScriptWeb.src < prev    next >
Text File  |  1998-10-22  |  966b  |  44 lines

  1. # Created by Preston David Hunter
  2. # (Thanks to Gord Lacey for his insights)
  3. # And of course thanks to all the great people who run ScriptWeb for their site!!
  4.  
  5. # http://www.AppleScripter.com
  6. # e-mail: pdhunter@wtd.net
  7.  
  8. # Use this Sherlock plug in to find OSAXen (Scripting Additions, the AppleScript
  9. # version of DLLs) on the ScriptWeb AppleScript site.
  10.  
  11. #If you're testing this out and want to know some good keywords to try,
  12. # here are a few:
  13. # baloon
  14. # shutdown
  15. # speak
  16. # text
  17.  
  18. <search 
  19.     name = "ScriptWeb (OSAXEN)"
  20.     method = post
  21.     action = "http://cgi.scriptweb.com/osaxen/spotlight.fcgi"
  22.     
  23.     update = "http://www.AppleScripter.com/ScriptWeb.src.hqx"
  24.     updateCheckDays = 3
  25.     >
  26.     
  27. <INPUT NAME="searchString" user>
  28.  
  29.  
  30. <interpret
  31. skipLocal = true
  32.  
  33.  resultListStart = "matching pages.<P>"
  34.  resultListEnd = "</TD>"
  35.  
  36. resultItemStart = "<P>"
  37.  
  38. # There really aren't banners here, but we can display the ScriptWeb logo:
  39. bannerStart="</TABLE>"
  40. bannerEnd="</BODY>"
  41.     >
  42. </search>
  43.  
  44.